google.golang.org/grpc.serverOptions.chainStreamInts (field)
5 uses
google.golang.org/grpc (current package)
server.go#L164: chainStreamInts []StreamServerInterceptor
server.go#L521: o.chainStreamInts = append(o.chainStreamInts, interceptors...)
server.go#L1558: interceptors := s.opts.chainStreamInts
server.go#L1560: interceptors = append([]StreamServerInterceptor{s.opts.streamInt}, s.opts.chainStreamInts...)
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)